
.Thumbnail 
{
  border: 1px solid #DDDDDD;
  cursor: pointer; 
  font-family: Arial, Tahoma, MS Sans Serif, Verdana; 
  font-size:10px; 
  background-color: White; 
}

.ThumbnailHover 
{
  border: 1px solid #AAAAAA;
  cursor: pointer; 
  font-family: Arial, Tahoma, MS Sans Serif, Verdana; 
  font-size:10px; 
  background-color: White; 
}

.ThumbnailSelected
{
  border: 1px solid #DD3409;
  cursor: pointer; 
  font-family: Arial, Tahoma, MS Sans Serif, Verdana; 
  font-size:10px; 
  background-color: White; 
}

.ScrollItem 
{
  color:black; 
  border: 1px solid #919B9C; 
  font-family: Arial, Tahoma, MS Sans Serif, Verdana; 
  font-size:10px; 
  cursor:pointer;
}

.ScrollItemHover 
{
  color:black; 
  border: 1px solid #919B9C; 
  background-color: #E3E3E3; 
  font-family: Arial, Tahoma, MS Sans Serif, Verdana; 
  font-size:10px; 
  cursor:pointer;
}

.ScrollItemActive
{
  color:black; 
  background-color: #E3E3E3; 
  border: 1px solid #DD3409; 
  font-family: Arial, Tahoma, MS Sans Serif, Verdana; 
  font-size:10px; 
  cursor:pointer;
}
